 |
 |
 |
 |
#145292 - 07/29/01 11:51 AM
Re: [6.1x] Modification Wordlets v1.0
|
Member
Registered: 02/09/01
Posts: 267
Loc: Germany | Occupation: UBB Code...
|
Is a devkit version of that hack planned? The current one is only for the Who's Online Hack and if I want to modify it I'd need to alter your code. And what 'bout the automatic install? I don't like that, it should be possible to get rid of that if wished. In ultimatebb_mod_wordlets_install.cgi in line 191 it says "UBB 6.1 not deleted." but I think U mean detected. What happens if there is already a vars_wordlets_mods.cgi with values of former hacks in it? Why don't you use the current "use vars" command in ultimatebb.cgi? Instead you create a new one. Just improvement suggestions  Tovok7
_________________________
[img]http://Tovok7.de/cgi-bin/ecitation.cgi[/img] -------------------- Please visit my homepage !
|
|
Top
|
|
|
|
 |
 |
 |
 |
 |
 |
 |
 |
#145294 - 07/29/01 02:43 PM
Re: [6.1x] Modification Wordlets v1.0
|
Member
Registered: 02/09/01
Posts: 267
Loc: Germany | Occupation: UBB Code...
|
What I miss is the support for a prepared vars_wordlets_mods.cgi file and for other files with different languages which I call vars_wordlets_mods_de.cgi or vars_wordlets_mods_it.cgi The solution in the former devkit (STEP 1, STEP 2, ...) was sufficient but the current one isn't for developers it is a wordlet installation tool for the Who's Online Hack and nearly useless for other hacks. But I think they will change the "use UBBCGI::Carp qw(fatalsToBrowser set_message);" as well.
_________________________
[img]http://Tovok7.de/cgi-bin/ecitation.cgi[/img] -------------------- Please visit my homepage !
|
|
Top
|
|
|
|
 |
 |
 |
 |
 |
 |
 |
 |
#145295 - 07/29/01 02:47 PM
Re: [6.1x] Modification Wordlets v1.0
|
Member
Registered: 02/21/00
Posts: 5533
Loc: My Room
|
|
|
Top
|
|
|
|
 |
 |
 |
 |
 |
 |
 |
 |
#145306 - 11/17/01 10:19 AM
Re: [6.1x] Modification Wordlets v1.0
|
Moderator
Registered: 05/04/01
Posts: 992
Loc: Little Rock, AR
|
quote:</font><hr>Originally posted by click:
[b]<blockquote><font size="1" face="Verdana, Helvetica, Arial">code: I don't have that line on cp.cgi...... &RequireVars("$vars_config{VariablesPath}/vars_wordlets_date.cgi");[/b]<hr></blockquote> That looks like something out of the earilest betas of 6.1. It's not up to date. What you should do in cp.cgi is this: # find: wordlets_cp wordlets_err # replace with: wordlets_cp wordlets_err wordlets_mods
|
|
Top
|
|
|
|
 |
 |
 |
 |
 |
 |
 |
 |
#145313 - 12/10/01 04:16 PM
Re: [6.1x] Modification Wordlets v1.0
|
Content Queen
Registered: 05/07/01
Posts: 709
Loc: Pennsylvania
|
Okay, I'm having some genuine problems working with this hack. In the ultimatebb.cgi, it says to find [/code]
I cannot find that line.
The closest that I can find is this:
[code] I'm supposed to replace the first set of code with this: [/code]
Should I replace what I have--even though it doesn't match?
Also, in the cp.cgi file, I'm supposed to find --
[code] and add below it this line [code][/code] I cannot find anything even close to the first line I'm supposed to find. I've upgraded my board to the newest release; I was working on installing the "Last reply by" hack -- and have it installed, except for those words Last reply byAllen said I needed to install this hack to get it to work. Anyone with ideas of what I need to do? Thanks.
_________________________
Sue adwoff.com
|
|
Top
|
|
|
|
 |
 |
 |
 |
 |
 |
 |
 |
#145316 - 12/10/01 07:43 PM
Re: [6.1x] Modification Wordlets v1.0
|
Member
Registered: 06/09/01
Posts: 56
Loc: North East, USA
|
ADWOFF: First of all, download my updated version of Modification Wordlets Dev Kit by qasic (See my previous post above for the link) The only thing you'll do different from the Dev Kit instructions is the following below:
In ultimatebb.cgi, this is the line of code you will use:
Find: foreach my $file (qw(display misc email time search pm registration template_match wordlets wordlets_err wordlets_img wordlets_date wordlets_calendar)) {
Replace with: foreach my $file (qw(display misc email time search pm registration template_match wordlets wordlets_err wordlets_img wordlets_date wordlets_calendar wordlets_mods)) { ---------------------------------------------- I see what you did.. You added the calendar hack and thats what changed this line of code in your ultimatebb.cgi That's the reason you could not find it..Do you see the code "wordlets_calendar" at the end of this code as opposed to the original line of code in ultimatebb.cgi?? So, really, the only thing you are now doing in this Modification Wordlet Dev Kit hack is adding "wordlets_mods" to this line of code. That's all you're doing!! All I did with this code is place my curser after the "r" in "wordlets_calendar", hit my spacebar once (notice all files in this line of code are one space apart), then typed "wordlets_mods" after it..
Try analysing, rather than looking at, lines of code you are attempting to hack..Try to understand and decipher how it is written and the format it is written in.. Hope this helps, TorN
<font color="#000000" size="1">[ 12-11-2001 07:17 PM: Message edited by: TorN ]</font>
|
|
Top
|
|
|
|
 |
 |
 |
 |
|
|